home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / ver_cont / rcs_5_6a.not < prev    next >
Encoding:
Text File  |  1993-04-27  |  3.5 KB  |  145 lines

  1. GNU rcs 5.6
  2. Binaries for Linux prepared by faith@cs.unc.edu, Wed Dec 23 17:34:19 1992
  3. Compiled with gcc 2.2.2d7 (-O6)
  4. Linked with jump-4.1 libraries (-s), but tested with jump-4.2 libraries
  5.  
  6.  
  7. To install from Linux binary distribution:
  8.  
  9. 1) Get binary distribution (rcs56A.taz) from
  10. ftp.cs.unc.edu:/pub/faith/linux/utils or from
  11. tsx-11.mit.edu:/pub/linux/binaries/FSF
  12. 2) cd /
  13. 3) gtar zpxvf rcs56A.taz
  14.  
  15. Alternatively, the SLS sysinstall program can be used.
  16.  
  17.  
  18. To uninstall this binary distribution, do the following:
  19.  
  20. cd /usr/src/rcs
  21. ./rcs56A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: prep.ai.mit.edu:/pub/gnu/rcs-5.6.tar.z
  27. 2) Untar rcs-5.6.tar.z in /usr/src
  28. 3) cd rcs
  29. 4) patch -p1 < rcs56A.Notes      [no editing needed!]
  30. 6) make
  31. 7) make install
  32.  
  33. The following are diffs against the FSF source distribution:
  34. diff -rc rcs.old/src/Makefile rcs/src/Makefile
  35. *** rcs.old/src/Makefile    Fri Nov 22 15:24:25 1991
  36. --- rcs/src/Makefile    Wed Dec 23 17:32:29 1992
  37. ***************
  38. *** 35,41 ****
  39.    CC = cc
  40.   #CC = bsdcc -qlanglvl=ansi# AIX
  41.   #CC = cc -g# debug
  42. ! #CC = gcc -g# GCC
  43.   
  44.    CC_D =
  45.   
  46. --- 35,41 ----
  47.    CC = cc
  48.   #CC = bsdcc -qlanglvl=ansi# AIX
  49.   #CC = cc -g# debug
  50. ! CC = gcc # GCC
  51.   
  52.    CC_D =
  53.   
  54. ***************
  55. *** 42,51 ****
  56.    CC_O = -O
  57.   #CC_O =# debug
  58.   #CC_O = -O -R# BSD compilers that do not support `const'
  59. ! #CC_O = -O -fdelayed-branch -finline-functions -fomit-frame-pointer -fstrength-reduce# GCC options for brave souls
  60.   
  61.    CC_W =
  62. ! #CC_W = -Wall -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings# GCC
  63.   
  64.    CFLAGS = $(CC_D) $(CC_O) $(CC_W)
  65.   
  66. --- 42,51 ----
  67.    CC_O = -O
  68.   #CC_O =# debug
  69.   #CC_O = -O -R# BSD compilers that do not support `const'
  70. ! CC_O = -O6 -finline-functions -fomit-frame-pointer -fstrength-reduce# GCC options for brave souls
  71.   
  72.    CC_W =
  73. ! CC_W = -Wall -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings# GCC
  74.   
  75.    CFLAGS = $(CC_D) $(CC_O) $(CC_W)
  76.   
  77. ***************
  78. *** 57,63 ****
  79.   
  80.    DIFFPREFIX = /usr/local/gnu/# GNU diff -- must be version 1.15 or later
  81.   #DIFFPREFIX = /bin/# traditional diff
  82. ! #DIFFPREFIX = /usr/bin/# traditional diff (alternate name)
  83.   
  84.    DIFF_FLAGS = -an# GNU diff
  85.   #DIFF_FLAGS = -n# traditional diff
  86. --- 57,63 ----
  87.   
  88.    DIFFPREFIX = /usr/local/gnu/# GNU diff -- must be version 1.15 or later
  89.   #DIFFPREFIX = /bin/# traditional diff
  90. ! DIFFPREFIX = /usr/bin/# traditional diff (alternate name)
  91.   
  92.    DIFF_FLAGS = -an# GNU diff
  93.   #DIFF_FLAGS = -n# traditional diff
  94. ***************
  95. *** 73,79 ****
  96.   #DIFF_TROUBLE = (EXIT_FAILURE*2)
  97.   
  98.    DIFF3 = $(DIFF)3# GNU diff3
  99. ! #DIFF3 = /usr/lib/diff3# traditional diff3
  100.   #DIFF3 = /usr/5lib/diff3prog# other aliases for traditional diff3
  101.   #DIFF3 = /usr/lib/diff3prog
  102.   #DIFF3 = /usr/lib/rdiff3
  103. --- 73,79 ----
  104.   #DIFF_TROUBLE = (EXIT_FAILURE*2)
  105.   
  106.    DIFF3 = $(DIFF)3# GNU diff3
  107. ! DIFF3 = /usr/bin/diff3# traditional diff3
  108.   #DIFF3 = /usr/5lib/diff3prog# other aliases for traditional diff3
  109.   #DIFF3 = /usr/lib/diff3prog
  110.   #DIFF3 = /usr/lib/rdiff3
  111. ***************
  112. *** 88,94 ****
  113.    INSTALL = install -c $(EXECUTABLE_PERMISSIONS)# BSD unix installation
  114. ! #INSTALL = cp# traditional Unix installation
  115.   
  116. !  LDFLAGS =
  117.   
  118.    LDLIBS =
  119.   
  120. --- 88,94 ----
  121.    INSTALL = install -c $(EXECUTABLE_PERMISSIONS)# BSD unix installation
  122. !  INSTALL = cp# traditional Unix installation
  123.   
  124. !  LDFLAGS =-s
  125.   
  126.    LDLIBS =
  127.   
  128. ***************
  129. *** 103,109 ****
  130.   
  131.    RCSDIR = /usr/local/bin
  132.   #RCSDIR = /bin
  133. ! #RCSDIR = /usr/bin
  134.   
  135.    RCSPREFIX = $(RCSDIR)/
  136.   #RCSPREFIX =
  137. --- 103,109 ----
  138.   
  139.    RCSDIR = /usr/local/bin
  140.   #RCSDIR = /bin
  141. ! RCSDIR = /usr/bin
  142.   
  143.    RCSPREFIX = $(RCSDIR)/
  144.   #RCSPREFIX =
  145.